home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMFIREWALLSYSTEMANOMALY / TFRMFIREWALLSYSTEMANOMALY.txt
Text File  |  2008-11-13  |  3KB  |  128 lines

  1. object frmFirewallSystemAnomaly: TfrmFirewallSystemAnomaly
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmFirewallSystemAnomaly'
  7.   ClientHeight = 356
  8.   ClientWidth = 518
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnHelp = FormHelp
  20.   DesignSize = (
  21.     518
  22.     356)
  23.   PixelsPerInch = 96
  24.   TextHeight = 14
  25.   object pnlMainParent: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 518
  29.     Height = 356
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     BevelOuter = bvNone
  32.     ParentColor = True
  33.     ParentShowHint = False
  34.     ShowHint = True
  35.     TabOrder = 0
  36.     DesignSize = (
  37.       518
  38.       356)
  39.     object btnOK: TResTeButton
  40.       Left = 417
  41.       Top = 328
  42.       Width = 99
  43.       Height = 25
  44.       Anchors = [akRight, akBottom]
  45.       Default = True
  46.       ModalResult = 1
  47.       TabOrder = 0
  48.       ResourceCaption = 20018
  49.       ResourceHint = 20018
  50.       ExplicitTop = 331
  51.     end
  52.     object lvwApplications: TListView
  53.       Left = 2
  54.       Top = 2
  55.       Width = 514
  56.       Height = 323
  57.       Anchors = [akLeft, akTop, akRight, akBottom]
  58.       BevelOuter = bvNone
  59.       Color = clWhite
  60.       Columns = <
  61.         item
  62.           Caption = 'application'
  63.           MaxWidth = 120
  64.           MinWidth = 120
  65.           Width = 120
  66.         end
  67.         item
  68.           Caption = 'mode'
  69.           MaxWidth = 80
  70.           MinWidth = 80
  71.           Width = 80
  72.         end
  73.         item
  74.           Caption = 'training from'
  75.           MaxWidth = 140
  76.           MinWidth = 140
  77.           Width = 140
  78.         end
  79.         item
  80.           Caption = 'cpu M1'
  81.           MaxWidth = 80
  82.           MinWidth = 80
  83.           Width = 80
  84.         end
  85.         item
  86.           Caption = 'cpu M5'
  87.           MaxWidth = 80
  88.           MinWidth = 80
  89.           Width = 80
  90.         end
  91.         item
  92.           Caption = 'cpu M15'
  93.           MaxWidth = 80
  94.           MinWidth = 80
  95.           Width = 80
  96.         end
  97.         item
  98.           Caption = 'threads M1'
  99.         end
  100.         item
  101.           Caption = 'threads M5'
  102.         end
  103.         item
  104.           Caption = 'threads M15'
  105.         end
  106.         item
  107.           Caption = 'intervals'
  108.           MaxWidth = 80
  109.           MinWidth = 80
  110.           Width = 80
  111.         end>
  112.       GridLines = True
  113.       HideSelection = False
  114.       ReadOnly = True
  115.       RowSelect = True
  116.       TabOrder = 1
  117.       ViewStyle = vsReport
  118.       OnColumnClick = lvwApplicationsColumnClick
  119.       OnCompare = lvwApplicationsCompare
  120.     end
  121.   end
  122.   object ThemeForm: TTeForm2
  123.     ThemeObject = 'StandardDialog'
  124.     Left = 8
  125.     Top = 336
  126.   end
  127. end
  128.